CREATE TABLE Problem(
problemID int NOT NULL,
email varchar(100) NOT NULL,
dateRaised date NOT NULL,
description varchar(255) NOT NULL,
rating int NOT NULL,
completed bool NOT NULL
);

-- The following may be added to the CREATE statement
-- Primary Key Syntax (added after field name and NOT NULL)
--     PRIMARY KEY (fieldName)
--          or for compound PK
--     CONSTRAINT PK_compoundFieldName PRIMARY KEY (field1,field2)
-- Foreign Key Syntax (added after field list)
--     FOREIGN KEY (field name) REFERENCES tableName(fieldName)
-- Text Field Max Size
--     Edit (255) to required length
-- Validation of length of text (added after create statement as new statement
--     CHECK (CHAR_LENGTH(fieldName) > value)
-- Range Check (added after field list)
--     CHECK (fieldName >= value)
--     CHECK (fieldName >= value AND fieldName <= value2)
-- Restricted choice
--     CHECK(fieldName in ('value1','value2','value3')) 

-- Note
-- At N5 Check constraints (that are ignored by a MySQL server) 
-- are being used instead of triggers.

INSERT INTO Problem VALUES(101,"cwhi9221@email.net","2022-07-07","Blocked access to social media / video sharing sites. Can this be fixed so I can show customers our promotional videos and content?",4,0);
INSERT INTO Problem VALUES(102,"fbr530@email.net","2022-07-07","I can't open a new spreadsheet file or edit any old ones. The software logo opens but my screen freezes.",4,0);
INSERT INTO Problem VALUES(103,"cwhi9221@email.net","2022-07-07","Computer is taking ages to start up in the morning. I can't get any work done till after 10.",3,0);
INSERT INTO Problem VALUES(104,"fbr530@email.net","2022-07-07","The printer won't connect. I am unable to print.",1,0);
INSERT INTO Problem VALUES(105,"cwhi9221@email.net","2022-07-07","My monitor cable is to short - it keeps popping out when I am showing customers my computer screen.",4,0);
INSERT INTO Problem VALUES(106,"fbr530@email.net","2022-07-07","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(107,"ctat1313@email.net","2022-07-07","Blocked access to social media. Can you unblock please?",4,0);
INSERT INTO Problem VALUES(108,"ctat1313@email.net","2022-07-07","I entered my right password in 3 times but now I am locked out. Can you unlock?",1,0);
INSERT INTO Problem VALUES(109,"lgib6863@email.net","2022-07-07","Printer jammed. Not sure how to fix it. I cant see any paper in the tray.",2,0);
INSERT INTO Problem VALUES(110,"ctat1313@email.net","2022-07-07","Mouse keeps sticking.",4,0);
INSERT INTO Problem VALUES(111,"fbr530@email.net","2022-07-07","SomAonA hEs swEppAd my E and A kAys on thA kAyboErd Et my dAsk. CEn I hEvA E nAw onA?",2,0);
INSERT INTO Problem VALUES(112,"eliv123@email.net","2022-07-07","Help! My computer has a virus! I opened an email attachment and now it is asking for bitcoins, but I only have pound coins!",1,0);
INSERT INTO Problem VALUES(113,"ctat1313@email.net","2022-07-07","I put my elbow on the keyboard and now my screen is upside down. How to change back?",1,0);
INSERT INTO Problem VALUES(114,"lgib6863@email.net","2022-07-07","I think I clicked a phishing link on my email. Does my computer have a virus?? Sometimes I see my screen flickering throughout the day.",2,0);
INSERT INTO Problem VALUES(115,"lgib6863@email.net","2022-07-07","I can't remember the password to access the staff rota spreadsheet. Can you remind me of the password?",3,0);
INSERT INTO Problem VALUES(116,"eliv123@email.net","2022-07-07","The internet is not working. I can't watch the training video my boss sent me to watch.",3,0);
INSERT INTO Problem VALUES(117,"lgib6863@email.net","2022-07-07","HELP!!! I sent an email complaining about my boss ** to my boss **!! Can you delete it before they open and read it?!",4,0);
INSERT INTO Problem VALUES(118,"ctat1313@email.net","2022-07-08","There is a single dead pixel on my screen - it's very annoying! Can you come and fix it?",4,0);
INSERT INTO Problem VALUES(119,"eliv123@email.net","2022-07-08","Antivirus and firewall update warning appeared on my screen.",1,0);
INSERT INTO Problem VALUES(120,"cwhi9221@email.net","2022-07-08","I tried to move my desk but the network cable is too short. Can I have a longer cable or the password for WiFi?",4,0);
INSERT INTO Problem VALUES(121,"dzha676@email.com","2022-07-08","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(122,"dzha676@email.com","2022-07-08","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(123,"jiva910@email.com","2022-07-08","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(124,"smcp485@email.com","2022-07-08","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(125,"pcho887@email.com","2022-07-08","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(126,"ebla652@email.com","2022-07-08","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(127,"awan966@email.com","2022-07-08","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(128,"lhe259@email.com","2022-07-08","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(129,"lbao150@email.com","2022-07-08","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(130,"jpat108@email.com","2022-07-08","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(131,"asta104@email.com","2022-07-08","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(132,"hlei381@email.com","2022-07-08","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(133,"zmin412@email.com","2022-07-08","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(134,"rker495@email.com","2022-07-08","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(135,"ujar162@email.com","2022-07-08","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(136,"lgon902@email.com","2022-07-08","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(137,"pmck621@email.com","2022-07-08","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(138,"dnel258@email.com","2022-07-08","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(139,"lxie524@email.com","2022-07-10","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(140,"dmia463@email.com","2022-07-10","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(141,"hgar508@email.com","2022-07-10","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(142,"gfly340@email.com","2022-07-10","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(143,"jrob313@email.com","2022-07-10","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(144,"scoh580@email.com","2022-07-10","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(145,"jcoo567@email.com","2022-07-10","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(146,"dper537@email.com","2022-07-10","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(147,"tmar516@email.com","2022-07-10","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(148,"adav330@email.com","2022-07-10","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(149,"hlei381@email.com","2022-07-10","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(150,"ihun275@email.com","2022-07-10","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(151,"nbun949@email.com","2022-07-10","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(152,"sdan629@email.com","2022-07-10","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(153,"lxie552@email.com","2022-07-11","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(154,"cmck244@email.com","2022-07-11","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(155,"sdan629@email.com","2022-07-11","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(156,"aspe821@email.com","2022-07-11","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(157,"akar563@email.com","2022-07-11","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(158,"nhen951@email.com","2022-07-11","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(159,"wtwi204@email.com","2022-07-11","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(160,"jchr951@email.com","2022-07-11","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(161,"rbur971@email.com","2022-07-11","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(162,"wtwi204@email.com","2022-07-11","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(163,"wtwi204@email.com","2022-07-11","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(164,"jchr951@email.com","2022-07-11","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(165,"lgra552@email.com","2022-07-11","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(166,"qlin667@email.com","2022-07-12","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(167,"tric552@email.com","2022-07-12","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(168,"lxie552@email.com","2022-07-12","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(169,"akar563@email.com","2022-07-13","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(170,"mhum863@email.com","2022-07-13","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(171,"jwhi684@email.com","2022-07-13","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(172,"tmcl764@email.com","2022-07-13","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(173,"lbao150@email.com","2022-07-13","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(174,"jmag670@email.com","2022-07-13","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(175,"dsob768@email.com","2022-07-13","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(176,"gmcc411@email.com","2022-07-13","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(177,"dmid559@email.com","2022-07-13","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(178,"kbry100@email.com","2022-07-13","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(179,"yxue296@email.com","2022-07-13","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(180,"aspe855@email.com","2022-07-13","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(181,"dpar893@email.com","2022-07-13","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(182,"char132@email.com","2022-07-13","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(183,"ealf266@email.com","2022-07-13","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(184,"ealf266@email.com","2022-07-13","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(185,"alew569@email.com","2022-07-13","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(186,"msal593@email.com","2022-07-13","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(187,"ghen798@email.com","2022-07-13","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(188,"csin845@email.com","2022-07-13","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(189,"dgre124@email.com","2022-07-13","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(190,"crod264@email.com","2022-07-13","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(191,"rker495@email.com","2022-07-13","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(192,"ptem343@email.com","2022-07-13","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(193,"bjon175@email.com","2022-07-13","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(194,"shen621@email.com","2022-07-13","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(195,"dgre124@email.com","2022-07-13","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(196,"dzha338@email.com","2022-07-13","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(197,"fmin685@email.com","2022-07-13","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(198,"cgru312@email.com","2022-07-13","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(199,"slam758@email.com","2022-07-13","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(200,"jiva910@email.com","2022-07-13","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(201,"jspi634@email.com","2022-07-13","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(202,"lces669@email.com","2022-07-13","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(203,"tcoh444@email.com","2022-07-13","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(204,"tric552@email.com","2022-07-13","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(205,"dale781@email.com","2022-07-13","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(206,"pdav387@email.com","2022-07-14","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(207,"ctay323@email.com","2022-07-14","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(208,"alew569@email.com","2022-07-17","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(209,"shil978@email.com","2022-07-17","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(210,"spla842@email.com","2022-07-17","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(211,"eard952@email.com","2022-07-17","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(212,"jkro461@email.com","2022-07-17","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(213,"msal593@email.com","2022-07-17","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(214,"smck563@email.com","2022-07-17","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(215,"pmck621@email.com","2022-07-17","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(216,"jjon592@email.com","2022-07-17","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(217,"asta104@email.com","2022-07-18","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(218,"aspe855@email.com","2022-07-18","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(219,"tmck964@email.com","2022-07-18","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(220,"hlei381@email.com","2022-07-18","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(221,"csch538@email.com","2022-07-18","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(222,"wtwi204@email.com","2022-07-18","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(223,"sjoh651@email.com","2022-07-18","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(224,"bjon175@email.com","2022-07-18","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(225,"adub390@email.com","2022-07-18","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(226,"cpat598@email.com","2022-07-18","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(227,"spla842@email.com","2022-07-18","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(228,"ibis723@email.com","2022-07-18","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(229,"gsew759@email.com","2022-07-18","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(230,"lsho989@email.com","2022-07-18","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(231,"trei753@email.com","2022-07-18","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(232,"sman522@email.com","2022-07-18","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(233,"tmal428@email.com","2022-07-18","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(234,"zroo236@email.com","2022-07-18","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(235,"gmcc411@email.com","2022-07-18","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(236,"lbao941@email.com","2022-07-18","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(237,"zluo662@email.com","2022-07-19","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(238,"jrob313@email.com","2022-07-19","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(239,"ihun275@email.com","2022-07-19","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(240,"nbun949@email.com","2022-07-19","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(241,"hwat497@email.com","2022-07-19","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(242,"aspe821@email.com","2022-07-19","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(243,"ajen172@email.com","2022-07-19","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(244,"kyou716@email.com","2022-07-19","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(245,"jmag670@email.com","2022-07-19","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(246,"kste433@email.com","2022-07-20","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(247,"sbre757@email.com","2022-07-20","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(248,"zroo236@email.com","2022-07-20","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(249,"jwhi684@email.com","2022-07-20","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(250,"klik331@email.com","2022-07-20","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(251,"lwal366@email.com","2022-07-20","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(252,"mmac810@email.com","2022-07-21","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(253,"hmur278@email.com","2022-07-21","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(254,"mhum863@email.com","2022-07-24","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(255,"apil884@email.com","2022-07-24","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(256,"lwal447@email.com","2022-07-24","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(257,"dplu963@email.com","2022-07-24","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(258,"sbro425@email.com","2022-07-24","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(259,"cmcg423@email.com","2022-07-24","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(260,"jspi634@email.com","2022-07-25","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(261,"dper537@email.com","2022-07-25","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(262,"xkan930@email.com","2022-07-25","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(263,"nqui472@email.com","2022-07-25","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(264,"pmck621@email.com","2022-07-25","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(265,"rvan545@email.com","2022-07-26","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(266,"spla842@email.com","2022-07-27","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(267,"bjon175@email.com","2022-07-27","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(268,"dper537@email.com","2022-07-27","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(269,"lliu777@email.com","2022-07-27","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(270,"hwat497@email.com","2022-07-27","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(271,"jwhi684@email.com","2022-07-27","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(272,"sjoh651@email.com","2022-07-27","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(273,"tric552@email.com","2022-07-27","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(274,"ssim760@email.com","2022-07-27","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(275,"ssim760@email.com","2022-07-27","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(276,"nbun949@email.com","2022-07-27","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(277,"rshe791@email.com","2022-07-27","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(278,"lsho989@email.com","2022-07-27","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(279,"kroe855@email.com","2022-07-27","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(280,"edic615@email.com","2022-07-27","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(281,"rker495@email.com","2022-07-27","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(282,"cmon213@email.com","2022-07-27","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(283,"gsew759@email.com","2022-07-27","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(284,"jkro461@email.com","2022-07-27","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(285,"lnel230@email.com","2022-07-27","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(286,"skor883@email.com","2022-07-27","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(287,"yyij779@email.com","2022-07-27","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(288,"pcho887@email.com","2022-07-27","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(289,"lcor868@email.com","2022-07-27","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(290,"crod264@email.com","2022-07-27","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(291,"lces669@email.com","2022-07-27","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(292,"abov917@email.com","2022-07-27","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(293,"spla842@email.com","2022-07-27","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(294,"mhum863@email.com","2022-07-28","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(295,"mcor367@email.com","2022-07-28","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(296,"crei727@email.com","2022-07-28","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(297,"sdan629@email.com","2022-07-28","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(298,"csel980@email.com","2022-07-28","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(299,"kgro396@email.com","2022-07-28","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(300,"hwat497@email.com","2022-07-28","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(301,"csim534@email.com","2022-07-31","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(302,"sbea309@email.com","2022-07-31","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(303,"lgra552@email.com","2022-07-31","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(304,"alew569@email.com","2022-07-31","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(305,"jcoo676@email.com","2022-07-31","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(306,"aric347@email.com","2022-07-31","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(307,"dpar893@email.com","2022-07-31","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(308,"scoh580@email.com","2022-07-31","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(309,"lbao941@email.com","2022-07-31","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(310,"lliu777@email.com","2022-07-31","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(311,"jgar444@email.com","2022-07-31","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(312,"rshe791@email.com","2022-07-31","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(313,"lsho989@email.com","2022-07-31","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(314,"adav330@email.com","2022-07-31","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(315,"lwal447@email.com","2022-07-31","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(316,"vhug765@email.com","2022-07-31","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(317,"dper537@email.com","2022-07-31","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(318,"agre552@email.com","2022-07-31","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(319,"pros923@email.com","2022-07-31","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(320,"hbao810@email.com","2022-08-01","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(321,"csel980@email.com","2022-08-01","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(322,"psor939@email.com","2022-08-01","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(323,"cpen277@email.com","2022-08-01","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(324,"cgru312@email.com","2022-08-01","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(325,"lwei328@email.com","2022-08-01","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(326,"cpat598@email.com","2022-08-02","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(327,"kbri900@email.com","2022-08-02","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(328,"csin484@email.com","2022-08-02","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(329,"rfer418@email.com","2022-08-02","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(330,"dhut682@email.com","2022-08-02","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(331,"twen667@email.com","2022-08-02","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(332,"spla842@email.com","2022-08-02","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(333,"prob453@email.com","2022-08-02","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(334,"swhi798@email.com","2022-08-02","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(335,"jwri300@email.com","2022-08-02","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(336,"rtho467@email.com","2022-08-02","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(337,"aspe855@email.com","2022-08-02","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(338,"adav330@email.com","2022-08-02","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(339,"rbur971@email.com","2022-08-02","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(340,"kyou716@email.com","2022-08-02","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(341,"dale781@email.com","2022-08-02","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(342,"lmcw662@email.com","2022-08-02","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(343,"ctay416@email.com","2022-08-02","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(344,"rvan545@email.com","2022-08-02","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(345,"ebla652@email.com","2022-08-02","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(346,"sdan629@email.com","2022-08-02","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(347,"rkan224@email.com","2022-08-03","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(348,"dsob768@email.com","2022-08-03","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(349,"zluo662@email.com","2022-08-03","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(350,"cmun272@email.com","2022-08-03","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(351,"jchr951@email.com","2022-08-04","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(352,"lbao150@email.com","2022-08-04","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(353,"rshe791@email.com","2022-08-04","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(354,"lcri847@email.com","2022-08-04","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(355,"smcp485@email.com","2022-08-04","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(356,"gand215@email.com","2022-08-04","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(357,"zluo662@email.com","2022-08-04","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(358,"smor720@email.com","2022-08-04","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(359,"tcoh444@email.com","2022-08-04","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(360,"skor883@email.com","2022-08-04","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(361,"jrob313@email.com","2022-08-04","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(362,"swhi798@email.com","2022-08-04","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(363,"smck563@email.com","2022-08-04","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(364,"cgru312@email.com","2022-08-04","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(365,"lcor868@email.com","2022-08-04","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(366,"yxue296@email.com","2022-08-04","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(367,"lliu777@email.com","2022-08-04","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(368,"lliu777@email.com","2022-08-04","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(369,"lnel230@email.com","2022-08-04","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(370,"trei753@email.com","2022-08-04","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(371,"jrob313@email.com","2022-08-04","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(372,"tmal428@email.com","2022-08-04","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(373,"rwil848@email.com","2022-08-04","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(374,"tmal428@email.com","2022-08-04","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(375,"lcor868@email.com","2022-08-04","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(376,"fzhi813@email.com","2022-08-04","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(377,"ebaq117@email.com","2022-08-04","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(378,"hmac813@email.com","2022-08-04","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(379,"fmin685@email.com","2022-08-04","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(380,"mmet299@email.com","2022-08-04","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(381,"jhus268@email.com","2022-08-04","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(382,"nhen951@email.com","2022-08-04","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(383,"ylei379@email.com","2022-08-04","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(384,"dsub566@email.com","2022-08-04","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(385,"gsew759@email.com","2022-08-04","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(386,"smcp485@email.com","2022-08-04","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(387,"eher957@email.com","2022-08-04","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(388,"smcp485@email.com","2022-08-04","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(389,"swhi798@email.com","2022-08-04","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(390,"lces669@email.com","2022-08-04","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(391,"qche545@email.com","2022-08-04","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(392,"tsou575@email.com","2022-08-04","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(393,"kbut903@email.com","2022-08-04","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(394,"rkan224@email.com","2022-08-04","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(395,"yxue296@email.com","2022-08-04","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(396,"zde969@email.com","2022-08-07","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(397,"gand215@email.com","2022-08-07","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(398,"tmcl764@email.com","2022-08-07","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(399,"mbro500@email.com","2022-08-07","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(400,"zluo662@email.com","2022-08-07","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(401,"edev108@email.com","2022-08-07","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(402,"pdav387@email.com","2022-08-08","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(403,"kroe855@email.com","2022-08-09","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(404,"zyi674@email.com","2022-08-09","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(405,"cmck244@email.com","2022-08-09","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(406,"prob453@email.com","2022-08-09","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(407,"bmcc569@email.com","2022-08-09","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(408,"alew569@email.com","2022-08-09","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(409,"aspe855@email.com","2022-08-09","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(410,"tric552@email.com","2022-08-09","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(411,"fcuy357@email.com","2022-08-09","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(412,"ujar162@email.com","2022-08-09","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(413,"sbro425@email.com","2022-08-09","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(414,"rker495@email.com","2022-08-10","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(415,"tmey824@email.com","2022-08-10","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(416,"tvai401@email.com","2022-08-10","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(417,"dplu963@email.com","2022-08-10","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(418,"pcho887@email.com","2022-08-10","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(419,"kbut903@email.com","2022-08-10","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(420,"swhi798@email.com","2022-08-10","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(421,"ujar162@email.com","2022-08-10","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(422,"trei753@email.com","2022-08-10","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(423,"swhi798@email.com","2022-08-11","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(424,"jrob313@email.com","2022-08-11","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(425,"gsew759@email.com","2022-08-11","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(426,"eher957@email.com","2022-08-11","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(427,"cnin104@email.com","2022-08-11","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(428,"dgre124@email.com","2022-08-14","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(429,"jspi634@email.com","2022-08-14","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(430,"gsew759@email.com","2022-08-14","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(431,"rvan545@email.com","2022-08-14","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(432,"msal593@email.com","2022-08-14","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(433,"tfen716@email.com","2022-08-14","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(434,"kbri900@email.com","2022-08-15","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(435,"adub390@email.com","2022-08-15","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(436,"aabb463@email.com","2022-08-15","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(437,"rtho467@email.com","2022-08-16","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(438,"edic615@email.com","2022-08-16","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(439,"aabb463@email.com","2022-08-16","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(440,"amas774@email.com","2022-08-16","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(441,"zde969@email.com","2022-08-16","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(442,"tvai401@email.com","2022-08-16","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(443,"amas774@email.com","2022-08-17","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(444,"lliu777@email.com","2022-08-17","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(445,"edev108@email.com","2022-08-17","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(446,"lgon902@email.com","2022-08-17","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(447,"spla842@email.com","2022-08-17","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(448,"barv104@email.com","2022-08-17","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(449,"dgre124@email.com","2022-08-17","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(450,"dhut682@email.com","2022-08-17","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(451,"jmag670@email.com","2022-08-17","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(452,"aspe855@email.com","2022-08-17","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(453,"pmck621@email.com","2022-08-17","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(454,"lliu777@email.com","2022-08-17","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(455,"xkan930@email.com","2022-08-17","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(456,"tval275@email.com","2022-08-17","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(457,"jhus268@email.com","2022-08-17","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(458,"lbao150@email.com","2022-08-17","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(459,"csin845@email.com","2022-08-17","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(460,"scoh580@email.com","2022-08-17","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(461,"rchi700@email.com","2022-08-17","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(462,"prob453@email.com","2022-08-17","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(463,"csin845@email.com","2022-08-17","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(464,"ebla652@email.com","2022-08-17","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(465,"foph202@email.com","2022-08-18","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(466,"grei803@email.com","2022-08-18","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(467,"rgui876@email.com","2022-08-21","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(468,"cchr994@email.com","2022-08-21","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(469,"lmcf171@email.com","2022-08-21","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(470,"slam758@email.com","2022-08-21","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(471,"csin845@email.com","2022-08-21","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(472,"mpet663@email.com","2022-08-21","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(473,"csmi333@email.com","2022-08-21","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(474,"ro's712@email.com","2022-08-21","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(475,"bmcc569@email.com","2022-08-21","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(476,"rbur971@email.com","2022-08-21","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(477,"kaaf912@email.com","2022-08-21","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(478,"cmcg423@email.com","2022-08-21","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(479,"klik331@email.com","2022-08-21","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(480,"jchr951@email.com","2022-08-21","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(481,"barv104@email.com","2022-08-21","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(482,"lcor868@email.com","2022-08-21","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(483,"hgar508@email.com","2022-08-22","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(484,"hlei381@email.com","2022-08-22","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(485,"csch538@email.com","2022-08-22","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(486,"rfer418@email.com","2022-08-22","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(487,"ksin684@email.com","2022-08-22","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(488,"rgui876@email.com","2022-08-22","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(489,"ilee544@email.com","2022-08-22","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(490,"bo'l196@email.com","2022-08-22","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(491,"lrob540@email.com","2022-08-22","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(492,"mhum863@email.com","2022-08-22","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(493,"bmcw268@email.com","2022-08-22","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(494,"lgra552@email.com","2022-08-23","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(495,"lcor868@email.com","2022-08-24","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(496,"smci667@email.com","2022-08-24","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(497,"ealf266@email.com","2022-08-24","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(498,"lliu777@email.com","2022-08-24","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(499,"lhe259@email.com","2022-08-24","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(500,"foph202@email.com","2022-08-25","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(501,"ujar162@email.com","2022-08-25","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(502,"cchi967@email.com","2022-08-25","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(503,"rgui876@email.com","2022-08-25","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(504,"cmun272@email.com","2022-08-25","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(505,"smck563@email.com","2022-08-25","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(506,"ccai446@email.com","2022-08-28","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(507,"cchr994@email.com","2022-08-28","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(508,"gand215@email.com","2022-08-28","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(509,"aman282@email.com","2022-08-28","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(510,"ctay323@email.com","2022-08-28","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(511,"foph202@email.com","2022-08-28","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(512,"rbur971@email.com","2022-08-28","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(513,"zyin345@email.com","2022-08-28","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(514,"cnin104@email.com","2022-08-28","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(515,"rdun515@email.com","2022-08-28","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(516,"akar563@email.com","2022-08-29","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(517,"zde969@email.com","2022-08-30","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(518,"bjon175@email.com","2022-08-30","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(519,"zcha328@email.com","2022-08-30","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(520,"jcar366@email.com","2022-08-30","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(521,"wtwi204@email.com","2022-08-30","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(522,"kbut903@email.com","2022-08-30","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(523,"cmck244@email.com","2022-08-30","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(524,"rshe791@email.com","2022-08-30","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(525,"ebla652@email.com","2022-08-30","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(526,"cchi967@email.com","2022-08-30","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(527,"sold892@email.com","2022-08-30","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(528,"mkow936@email.com","2022-08-30","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(529,"lwei328@email.com","2022-08-30","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(530,"aabb463@email.com","2022-08-31","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(531,"aric347@email.com","2022-08-31","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(532,"zcha328@email.com","2022-08-31","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(533,"pmck621@email.com","2022-08-31","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(534,"cchi967@email.com","2022-08-31","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(535,"sbea309@email.com","2022-08-31","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(536,"slam437@email.com","2022-09-01","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(537,"dplu963@email.com","2022-09-01","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(538,"zyin345@email.com","2022-09-01","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(539,"lwal447@email.com","2022-09-04","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(540,"jwri300@email.com","2022-09-04","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(541,"ebla652@email.com","2022-09-04","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(542,"jspi634@email.com","2022-09-04","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(543,"dsob768@email.com","2022-09-04","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(544,"lhe259@email.com","2022-09-04","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(545,"slam437@email.com","2022-09-04","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(546,"kste433@email.com","2022-09-04","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(547,"rshe791@email.com","2022-09-04","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(548,"jmag670@email.com","2022-09-04","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(549,"akar563@email.com","2022-09-05","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(550,"gsew759@email.com","2022-09-05","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(551,"dels107@email.com","2022-09-05","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(552,"lwei328@email.com","2022-09-05","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(553,"fper154@email.com","2022-09-05","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(554,"jspi634@email.com","2022-09-05","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(555,"fmin685@email.com","2022-09-05","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(556,"hgar508@email.com","2022-09-05","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(557,"jrob313@email.com","2022-09-05","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(558,"char132@email.com","2022-09-05","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(559,"tvai401@email.com","2022-09-05","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(560,"ggot764@email.com","2022-09-05","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(561,"rker428@email.com","2022-09-05","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(562,"ebla652@email.com","2022-09-05","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(563,"rker428@email.com","2022-09-05","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(564,"tfen716@email.com","2022-09-05","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(565,"lnow894@email.com","2022-09-05","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(566,"zluo662@email.com","2022-09-05","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(567,"jgar444@email.com","2022-09-05","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(568,"dhut682@email.com","2022-09-05","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(569,"kbri900@email.com","2022-09-05","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(570,"trei753@email.com","2022-09-05","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(571,"amas774@email.com","2022-09-05","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(572,"yxue296@email.com","2022-09-05","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(573,"eher957@email.com","2022-09-05","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(574,"dmil939@email.com","2022-09-06","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(575,"tric552@email.com","2022-09-06","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(576,"ro's712@email.com","2022-09-06","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(577,"rker495@email.com","2022-09-06","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(578,"ctay323@email.com","2022-09-06","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(579,"rvan545@email.com","2022-09-06","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(580,"zyi674@email.com","2022-09-06","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(581,"barv104@email.com","2022-09-06","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(582,"smcp485@email.com","2022-09-06","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(583,"qche545@email.com","2022-09-06","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(584,"alew569@email.com","2022-09-06","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(585,"lwal366@email.com","2022-09-06","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(586,"trei753@email.com","2022-09-06","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(587,"rfer418@email.com","2022-09-07","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(588,"lcor868@email.com","2022-09-07","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(589,"to'r113@email.com","2022-09-08","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(590,"smck563@email.com","2022-09-08","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(591,"fmin685@email.com","2022-09-08","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(592,"dsub566@email.com","2022-09-11","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(593,"scoh580@email.com","2022-09-11","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(594,"jgar444@email.com","2022-09-11","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(595,"pcho887@email.com","2022-09-11","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(596,"iare865@email.com","2022-09-11","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(597,"sbea309@email.com","2022-09-11","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(598,"alew569@email.com","2022-09-11","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(599,"ujar162@email.com","2022-09-11","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(600,"lces669@email.com","2022-09-11","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(601,"twen667@email.com","2022-09-11","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(602,"jsim168@email.com","2022-09-11","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(603,"edic615@email.com","2022-09-11","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(604,"lwei328@email.com","2022-09-11","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(605,"apro256@email.com","2022-09-11","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(606,"mcai409@email.com","2022-09-11","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(607,"dpar893@email.com","2022-09-11","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(608,"dsub566@email.com","2022-09-11","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(609,"slam437@email.com","2022-09-11","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(610,"rker428@email.com","2022-09-11","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(611,"lhe259@email.com","2022-09-11","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(612,"ealf266@email.com","2022-09-11","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(613,"rfer418@email.com","2022-09-12","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(614,"prob453@email.com","2022-09-12","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(615,"kwhi534@email.com","2022-09-12","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(616,"lhe259@email.com","2022-09-12","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(617,"rshe791@email.com","2022-09-12","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(618,"mcai409@email.com","2022-09-12","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(619,"zmin412@email.com","2022-09-12","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(620,"hlei381@email.com","2022-09-12","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(621,"csmi333@email.com","2022-09-12","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(622,"rker428@email.com","2022-09-12","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(623,"kste433@email.com","2022-09-12","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(624,"qkun463@email.com","2022-09-13","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(625,"rgui876@email.com","2022-09-13","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(626,"csch538@email.com","2022-09-13","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(627,"tmar516@email.com","2022-09-13","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(628,"xsoa546@email.com","2022-09-13","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(629,"lwal366@email.com","2022-09-13","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(630,"jspi634@email.com","2022-09-13","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(631,"jwri300@email.com","2022-09-13","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(632,"yyij779@email.com","2022-09-14","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(633,"ihun275@email.com","2022-09-14","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(634,"smor720@email.com","2022-09-14","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(635,"jmar475@email.com","2022-09-14","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(636,"smck563@email.com","2022-09-14","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(637,"ihun275@email.com","2022-09-14","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(638,"smer111@email.com","2022-09-14","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(639,"lmcw662@email.com","2022-09-14","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(640,"apro256@email.com","2022-09-14","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(641,"sbro425@email.com","2022-09-14","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(642,"scat467@email.com","2022-09-15","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(643,"hgar508@email.com","2022-09-15","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(644,"tmcp991@email.com","2022-09-15","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(645,"ro's712@email.com","2022-09-15","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(646,"klik331@email.com","2022-09-18","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(647,"gmcc411@email.com","2022-09-19","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(648,"tmcp991@email.com","2022-09-19","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(649,"smor720@email.com","2022-09-19","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(650,"bjon175@email.com","2022-09-19","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(651,"jcoo567@email.com","2022-09-19","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(652,"cmcg423@email.com","2022-09-19","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(653,"kste433@email.com","2022-09-20","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(654,"lgon902@email.com","2022-09-20","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(655,"aman282@email.com","2022-09-20","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(656,"mo'l731@email.com","2022-09-20","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(657,"mlop584@email.com","2022-09-20","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(658,"erob579@email.com","2022-09-20","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(659,"ihun275@email.com","2022-09-20","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(660,"lwal447@email.com","2022-09-20","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(661,"jjon592@email.com","2022-09-21","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(662,"zde969@email.com","2022-09-21","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(663,"csch538@email.com","2022-09-22","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(664,"jsim168@email.com","2022-09-22","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(665,"dgre124@email.com","2022-09-22","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(666,"aman282@email.com","2022-09-22","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(667,"cmun272@email.com","2022-09-22","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(668,"ealf266@email.com","2022-09-22","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(669,"aman282@email.com","2022-09-22","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(670,"grei803@email.com","2022-09-22","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(671,"xkan930@email.com","2022-09-22","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(672,"srob769@email.com","2022-09-25","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(673,"mlop584@email.com","2022-09-25","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(674,"jhyp757@email.com","2022-09-25","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(675,"vhug765@email.com","2022-09-26","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(676,"scat467@email.com","2022-09-26","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(677,"lcor868@email.com","2022-09-26","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(678,"aric347@email.com","2022-09-27","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(679,"lces669@email.com","2022-09-27","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(680,"rtho467@email.com","2022-09-27","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(681,"xkan930@email.com","2022-09-28","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(682,"wmcc818@email.com","2022-09-28","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(683,"tmck964@email.com","2022-09-28","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(684,"jwhi684@email.com","2022-09-28","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(685,"ylei379@email.com","2022-09-28","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(686,"mpet663@email.com","2022-09-29","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(687,"mlen613@email.com","2022-10-02","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(688,"hmac813@email.com","2022-10-02","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(689,"kaaf912@email.com","2022-10-02","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(690,"jpat108@email.com","2022-10-02","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(691,"ctay416@email.com","2022-10-02","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(692,"dplu963@email.com","2022-10-02","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(693,"jwri300@email.com","2022-10-02","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(694,"pros923@email.com","2022-10-02","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(695,"lgai493@email.com","2022-10-02","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(696,"jwri300@email.com","2022-10-02","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(697,"lnel230@email.com","2022-10-02","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(698,"lgai493@email.com","2022-10-02","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(699,"foph202@email.com","2022-10-02","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(700,"vhug765@email.com","2022-10-03","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(701,"to'r113@email.com","2022-10-03","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(702,"lsho989@email.com","2022-10-03","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(703,"hlei381@email.com","2022-10-03","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(704,"qkun463@email.com","2022-10-03","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(705,"pros923@email.com","2022-10-03","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(706,"jhyp757@email.com","2022-10-03","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(707,"prob453@email.com","2022-10-03","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(708,"dale781@email.com","2022-10-03","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(709,"ssim760@email.com","2022-10-03","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(710,"scoh580@email.com","2022-10-03","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(711,"lliu777@email.com","2022-10-03","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(712,"jwhi684@email.com","2022-10-03","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(713,"sweg974@email.com","2022-10-03","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(714,"gadi266@email.com","2022-10-03","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(715,"rchi700@email.com","2022-10-03","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(716,"tcoh444@email.com","2022-10-03","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(717,"lnel230@email.com","2022-10-03","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(718,"ecal258@email.com","2022-10-03","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(719,"psor939@email.com","2022-10-03","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(720,"ssim760@email.com","2022-10-03","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(721,"lbao941@email.com","2022-10-03","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(722,"bmct787@email.com","2022-10-03","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(723,"fzhi813@email.com","2022-10-03","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(724,"bmcw268@email.com","2022-10-03","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(725,"smor720@email.com","2022-10-03","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(726,"sbre757@email.com","2022-10-03","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(727,"kaaf912@email.com","2022-10-03","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(728,"dmid559@email.com","2022-10-03","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(729,"lliu777@email.com","2022-10-03","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(730,"lxie552@email.com","2022-10-03","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(731,"tbro117@email.com","2022-10-03","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(732,"jpat108@email.com","2022-10-04","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(733,"jwhi684@email.com","2022-10-05","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(734,"csmi333@email.com","2022-10-06","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(735,"mmet299@email.com","2022-10-06","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(736,"nqui472@email.com","2022-10-06","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(737,"wtwi204@email.com","2022-10-06","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(738,"tric552@email.com","2022-10-06","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(739,"shil978@email.com","2022-10-06","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(740,"lbao150@email.com","2022-10-09","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(741,"trei753@email.com","2022-10-09","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(742,"tvai401@email.com","2022-10-09","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(743,"bjon175@email.com","2022-10-09","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(744,"zlei833@email.com","2022-10-09","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(745,"erig790@email.com","2022-10-09","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(746,"zde969@email.com","2022-10-10","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(747,"bjon175@email.com","2022-10-10","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(748,"gsew759@email.com","2022-10-11","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(749,"aspe855@email.com","2022-10-11","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(750,"cpat598@email.com","2022-10-11","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(751,"tkuj104@email.com","2022-10-12","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(752,"csin845@email.com","2022-10-12","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(753,"bmcc569@email.com","2022-10-12","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(754,"gmcc411@email.com","2022-10-12","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(755,"jmar475@email.com","2022-10-12","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(756,"aabb463@email.com","2022-10-12","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(757,"ihun275@email.com","2022-10-12","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(758,"lgon902@email.com","2022-10-12","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(759,"apil884@email.com","2022-10-12","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(760,"ealf266@email.com","2022-10-12","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(761,"ebla652@email.com","2022-10-12","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(762,"prob453@email.com","2022-10-12","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(763,"tsul478@email.com","2022-10-12","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(764,"slam758@email.com","2022-10-12","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(765,"dmia463@email.com","2022-10-12","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(766,"dsob768@email.com","2022-10-12","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(767,"jsim168@email.com","2022-10-12","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(768,"lhe259@email.com","2022-10-12","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(769,"jchr951@email.com","2022-10-12","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(770,"dzha676@email.com","2022-10-12","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(771,"ctay323@email.com","2022-10-12","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(772,"sman522@email.com","2022-10-12","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(773,"barv104@email.com","2022-10-13","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(774,"kaaf912@email.com","2022-10-13","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(775,"aabb463@email.com","2022-10-13","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(776,"kand507@email.com","2022-10-13","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(777,"mpet663@email.com","2022-10-13","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(778,"hmur278@email.com","2022-10-13","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(779,"smer111@email.com","2022-10-13","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(780,"xkan930@email.com","2022-10-13","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(781,"mlen613@email.com","2022-10-13","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(782,"aman282@email.com","2022-10-13","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(783,"pros923@email.com","2022-10-13","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(784,"twen667@email.com","2022-10-16","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(785,"kbri900@email.com","2022-10-16","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(786,"tsul478@email.com","2022-10-16","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(787,"slam437@email.com","2022-10-16","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(788,"rbur971@email.com","2022-10-16","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(789,"mlop584@email.com","2022-10-16","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(790,"lbao941@email.com","2022-10-16","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(791,"sjoh651@email.com","2022-10-16","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(792,"cchr994@email.com","2022-10-16","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(793,"ihun275@email.com","2022-10-16","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(794,"tfen716@email.com","2022-10-17","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(795,"crei727@email.com","2022-10-17","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(796,"vhug765@email.com","2022-10-17","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(797,"lnys237@email.com","2022-10-17","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(798,"jmar475@email.com","2022-10-18","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(799,"dplu963@email.com","2022-10-18","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(800,"tnid586@email.com","2022-10-18","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(801,"sbro425@email.com","2022-10-19","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(802,"tmar516@email.com","2022-10-19","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(803,"lbao150@email.com","2022-10-19","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(804,"vhug765@email.com","2022-10-19","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(805,"sbro425@email.com","2022-10-19","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(806,"lcor868@email.com","2022-10-20","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(807,"kgro396@email.com","2022-10-20","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(808,"lbao150@email.com","2022-10-20","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(809,"qlin667@email.com","2022-10-20","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(810,"lnow894@email.com","2022-10-20","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(811,"lwal447@email.com","2022-10-20","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(812,"mlop584@email.com","2022-10-20","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(813,"kbut903@email.com","2022-10-20","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(814,"nbun949@email.com","2022-10-20","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(815,"slam758@email.com","2022-10-20","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(816,"zmin412@email.com","2022-10-23","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(817,"wtwi204@email.com","2022-10-23","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(818,"kaaf912@email.com","2022-10-23","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(819,"smcp485@email.com","2022-10-23","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(820,"lxie552@email.com","2022-10-23","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(821,"ealf266@email.com","2022-10-23","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(822,"mmac810@email.com","2022-10-23","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(823,"bmcc569@email.com","2022-10-23","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(824,"shil978@email.com","2022-10-23","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(825,"rkan224@email.com","2022-10-23","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(826,"spla842@email.com","2022-10-23","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(827,"pcho887@email.com","2022-10-23","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(828,"ghen798@email.com","2022-10-23","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(829,"mcor367@email.com","2022-10-23","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(830,"alew569@email.com","2022-10-23","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(831,"smck563@email.com","2022-10-23","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(832,"cnin104@email.com","2022-10-23","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(833,"wmcc818@email.com","2022-10-23","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(834,"lbao150@email.com","2022-10-23","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(835,"csel980@email.com","2022-10-23","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(836,"cbed340@email.com","2022-10-23","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(837,"slam437@email.com","2022-10-23","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(838,"cchr994@email.com","2022-10-23","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(839,"psor939@email.com","2022-10-23","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(840,"jhus268@email.com","2022-10-23","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(841,"crod264@email.com","2022-10-24","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(842,"dsub566@email.com","2022-10-24","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(843,"abov917@email.com","2022-10-24","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(844,"tmcp991@email.com","2022-10-24","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(845,"sold892@email.com","2022-10-25","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(846,"smcp485@email.com","2022-10-25","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(847,"gsew759@email.com","2022-10-25","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(848,"aman282@email.com","2022-10-25","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(849,"dnel258@email.com","2022-10-25","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(850,"aabb463@email.com","2022-10-25","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(851,"lces669@email.com","2022-10-25","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(852,"lliu777@email.com","2022-10-26","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(853,"agre552@email.com","2022-10-27","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(854,"lxie441@email.com","2022-10-27","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(855,"plit258@email.com","2022-10-27","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(856,"ekee255@email.com","2022-10-27","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(857,"edev108@email.com","2022-10-30","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(858,"kali593@email.com","2022-10-31","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(859,"pdav387@email.com","2022-10-31","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(860,"alew569@email.com","2022-10-31","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(861,"abov917@email.com","2022-11-01","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(862,"rdun515@email.com","2022-11-01","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(863,"csch538@email.com","2022-11-01","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(864,"rbur971@email.com","2022-11-02","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(865,"eher957@email.com","2022-11-02","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(866,"mmet299@email.com","2022-11-02","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(867,"hgar508@email.com","2022-11-02","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(868,"pmck621@email.com","2022-11-02","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(869,"cnin104@email.com","2022-11-02","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(870,"jrob313@email.com","2022-11-02","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(871,"sold892@email.com","2022-11-02","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(872,"lhe259@email.com","2022-11-02","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(873,"jchr951@email.com","2022-11-02","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(874,"cbed340@email.com","2022-11-02","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(875,"jmag670@email.com","2022-11-02","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(876,"aspe855@email.com","2022-11-02","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(877,"abov917@email.com","2022-11-02","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(878,"ilee544@email.com","2022-11-02","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(879,"lgra552@email.com","2022-11-02","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(880,"ccai446@email.com","2022-11-02","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(881,"lxie552@email.com","2022-11-02","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(882,"sman522@email.com","2022-11-02","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(883,"sold892@email.com","2022-11-02","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(884,"smcp485@email.com","2022-11-02","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(885,"jmar475@email.com","2022-11-02","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(886,"twen667@email.com","2022-11-02","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(887,"qlin667@email.com","2022-11-02","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(888,"lnow894@email.com","2022-11-02","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(889,"zluo662@email.com","2022-11-02","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(890,"mo'l731@email.com","2022-11-02","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(891,"rfer418@email.com","2022-11-02","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(892,"lnel230@email.com","2022-11-03","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(893,"lces669@email.com","2022-11-03","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(894,"dnel258@email.com","2022-11-03","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(895,"kgro396@email.com","2022-11-03","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(896,"jmag670@email.com","2022-11-06","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(897,"amas774@email.com","2022-11-06","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(898,"mo'l731@email.com","2022-11-06","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(899,"lbao150@email.com","2022-11-06","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(900,"wmcc818@email.com","2022-11-06","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(901,"xsoa546@email.com","2022-11-07","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(902,"qkun463@email.com","2022-11-07","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(903,"apro256@email.com","2022-11-07","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(904,"sman522@email.com","2022-11-07","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(905,"kgro396@email.com","2022-11-07","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(906,"wrus791@email.com","2022-11-07","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(907,"dplu963@email.com","2022-11-07","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(908,"dzha676@email.com","2022-11-07","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(909,"shil978@email.com","2022-11-07","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(910,"xsoa546@email.com","2022-11-07","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(911,"amas774@email.com","2022-11-07","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(912,"sold892@email.com","2022-11-07","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(913,"wtwi204@email.com","2022-11-07","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(914,"jmar475@email.com","2022-11-07","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(915,"lcri847@email.com","2022-11-07","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(916,"gpet463@email.com","2022-11-07","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(917,"preg223@email.com","2022-11-08","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(918,"cbed340@email.com","2022-11-08","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(919,"lwal366@email.com","2022-11-08","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(920,"bo'l196@email.com","2022-11-09","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(921,"zyin345@email.com","2022-11-10","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(922,"ctay323@email.com","2022-11-10","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(923,"jjon592@email.com","2022-11-10","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(924,"nbun949@email.com","2022-11-10","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(925,"sweg974@email.com","2022-11-10","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(926,"sman522@email.com","2022-11-10","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(927,"sjoh651@email.com","2022-11-10","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(928,"bmcc569@email.com","2022-11-10","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(929,"lrob540@email.com","2022-11-13","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(930,"jmag670@email.com","2022-11-13","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(931,"srob769@email.com","2022-11-13","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(932,"cchr994@email.com","2022-11-13","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(933,"sbea309@email.com","2022-11-13","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(934,"lsho989@email.com","2022-11-13","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(935,"adav330@email.com","2022-11-13","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(936,"jpat108@email.com","2022-11-13","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(937,"zluo662@email.com","2022-11-13","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(938,"barv104@email.com","2022-11-13","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(939,"tkuj104@email.com","2022-11-13","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(940,"rgui876@email.com","2022-11-13","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(941,"dale781@email.com","2022-11-13","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(942,"sbro425@email.com","2022-11-14","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(943,"khef145@email.com","2022-11-14","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(944,"csmi333@email.com","2022-11-14","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(945,"asta104@email.com","2022-11-14","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(946,"lbao941@email.com","2022-11-14","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(947,"jsmi537@email.com","2022-11-14","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(948,"srob769@email.com","2022-11-14","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(949,"lhe259@email.com","2022-11-14","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(950,"tcoh444@email.com","2022-11-14","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(951,"cnin104@email.com","2022-11-14","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(952,"dsob768@email.com","2022-11-14","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(953,"lwei328@email.com","2022-11-14","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(954,"tvai401@email.com","2022-11-14","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(955,"cchr994@email.com","2022-11-14","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(956,"crod264@email.com","2022-11-14","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(957,"hwat497@email.com","2022-11-15","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(958,"akar563@email.com","2022-11-15","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(959,"jmar475@email.com","2022-11-15","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(960,"asta104@email.com","2022-11-15","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(961,"hcas572@email.com","2022-11-15","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(962,"jchr951@email.com","2022-11-15","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(963,"cchr994@email.com","2022-11-15","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(964,"bo'l196@email.com","2022-11-15","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(965,"cmun272@email.com","2022-11-15","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(966,"mo'l731@email.com","2022-11-15","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(967,"dhut682@email.com","2022-11-16","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(968,"mhum863@email.com","2022-11-17","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(969,"fcuy357@email.com","2022-11-17","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(970,"edic615@email.com","2022-11-17","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(971,"zluo662@email.com","2022-11-20","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(972,"dmil939@email.com","2022-11-20","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(973,"lnys237@email.com","2022-11-20","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(974,"jjon592@email.com","2022-11-20","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(975,"rvan545@email.com","2022-11-20","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(976,"swhi798@email.com","2022-11-20","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(977,"cmon213@email.com","2022-11-20","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(978,"preg223@email.com","2022-11-20","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(979,"sold892@email.com","2022-11-20","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(980,"mlin944@email.com","2022-11-21","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(981,"kwhi534@email.com","2022-11-21","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(982,"slam758@email.com","2022-11-21","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(983,"sold892@email.com","2022-11-21","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(984,"ssim760@email.com","2022-11-21","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(985,"jsim168@email.com","2022-11-21","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(986,"pros923@email.com","2022-11-21","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(987,"mmet299@email.com","2022-11-22","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(988,"lhe259@email.com","2022-11-22","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(989,"lcor868@email.com","2022-11-23","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(990,"smck563@email.com","2022-11-24","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(991,"hlei381@email.com","2022-11-24","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(992,"cmcg423@email.com","2022-11-24","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(993,"dper147@email.com","2022-11-24","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(994,"lwal366@email.com","2022-11-24","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(995,"zyin345@email.com","2022-11-24","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(996,"jjon592@email.com","2022-11-24","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(997,"smor720@email.com","2022-11-24","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(998,"jwhi684@email.com","2022-11-24","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(999,"bjon175@email.com","2022-11-24","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(1000,"vhug765@email.com","2022-11-24","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(1001,"dhut682@email.com","2022-11-24","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(1002,"wrus791@email.com","2022-11-24","My web cam image is not clear.",2,0);
INSERT INTO Problem VALUES(1003,"pcho887@email.com","2022-11-24","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(1004,"scoh580@email.com","2022-11-24","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(1005,"rbur971@email.com","2022-11-24","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(1006,"lcri847@email.com","2022-11-24","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(1007,"gmcc411@email.com","2022-11-24","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(1008,"hmur278@email.com","2022-11-24","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(1009,"lbao941@email.com","2022-11-24","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(1010,"slam758@email.com","2022-11-24","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(1011,"rtho467@email.com","2022-11-24","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(1012,"fcuy357@email.com","2022-11-24","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(1013,"msal593@email.com","2022-11-24","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(1014,"fper154@email.com","2022-11-24","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(1015,"rker495@email.com","2022-11-24","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(1016,"rwil848@email.com","2022-11-24","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(1017,"ibis723@email.com","2022-11-24","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(1018,"cmck244@email.com","2022-11-24","My web cam picture is blank.",2,0);
INSERT INTO Problem VALUES(1019,"bjon175@email.com","2022-11-27","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(1020,"ihun275@email.com","2022-11-28","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(1021,"preg223@email.com","2022-11-28","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(1022,"ctay323@email.com","2022-11-29","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(1023,"lmcw662@email.com","2022-11-29","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(1024,"lcri847@email.com","2022-11-29","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(1025,"slam758@email.com","2022-11-29","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(1026,"ro's712@email.com","2022-11-29","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(1027,"csch538@email.com","2022-11-29","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(1028,"mlop584@email.com","2022-11-29","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(1029,"tval275@email.com","2022-11-29","My email box is full.  Can I have more storage please?",1,0);
INSERT INTO Problem VALUES(1030,"gfly340@email.com","2022-11-29","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(1031,"dplu963@email.com","2022-11-29","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(1032,"xsoa546@email.com","2022-11-29","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1033,"dpar893@email.com","2022-11-29","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(1034,"amas774@email.com","2022-11-29","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(1035,"cnin104@email.com","2022-11-30","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(1036,"lhe259@email.com","2022-11-30","My phone won't connect to my laptop.",2,0);
INSERT INTO Problem VALUES(1037,"lmcf171@email.com","2022-11-30","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1038,"mbro500@email.com","2022-11-30","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(1039,"zyi674@email.com","2022-11-30","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(1040,"tval275@email.com","2022-12-01","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(1041,"yyij779@email.com","2022-12-01","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(1042,"dale781@email.com","2022-12-01","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(1043,"lgai493@email.com","2022-12-04","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1044,"rgui876@email.com","2022-12-04","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(1045,"lxie441@email.com","2022-12-04","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(1046,"kyou716@email.com","2022-12-04","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(1047,"dplu963@email.com","2022-12-04","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(1048,"tsou575@email.com","2022-12-04","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(1049,"csim534@email.com","2022-12-04","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1050,"qkun463@email.com","2022-12-05","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(1051,"kand507@email.com","2022-12-05","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(1052,"slam437@email.com","2022-12-05","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(1053,"lxie524@email.com","2022-12-06","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(1054,"mdub132@email.com","2022-12-06","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1055,"fbec754@email.com","2022-12-06","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(1056,"gfly340@email.com","2022-12-06","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(1057,"dper537@email.com","2022-12-06","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(1058,"jwri300@email.com","2022-12-06","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(1059,"pros923@email.com","2022-12-06","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(1060,"sman522@email.com","2022-12-06","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(1061,"smci667@email.com","2022-12-06","My mouse button doesn't work.",1,0);
INSERT INTO Problem VALUES(1062,"rfer418@email.com","2022-12-07","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(1063,"cgru312@email.com","2022-12-08","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1064,"jspi634@email.com","2022-12-08","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(1065,"tmey824@email.com","2022-12-08","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(1066,"mo'l731@email.com","2022-12-08","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1067,"shen621@email.com","2022-12-08","My mouse cursor is frozen.",2,0);
INSERT INTO Problem VALUES(1068,"fmin685@email.com","2022-12-08","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(1069,"rbur971@email.com","2022-12-08","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(1070,"vhug765@email.com","2022-12-08","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(1071,"tmcp991@email.com","2022-12-08","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(1072,"dsub566@email.com","2022-12-08","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(1073,"hmur278@email.com","2022-12-08","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(1074,"kand507@email.com","2022-12-08","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(1075,"tmck964@email.com","2022-12-11","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1076,"ylei379@email.com","2022-12-11","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(1077,"pcho887@email.com","2022-12-11","My speakers aren't working.",2,0);
INSERT INTO Problem VALUES(1078,"wmcc818@email.com","2022-12-12","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(1079,"gand215@email.com","2022-12-12","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(1080,"lmcw662@email.com","2022-12-12","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1081,"csin484@email.com","2022-12-12","My docking station is not charging my laptop",2,0);
INSERT INTO Problem VALUES(1082,"kste433@email.com","2022-12-12","I can't get my blueTooth headphones to connect.",3,0);
INSERT INTO Problem VALUES(1083,"gadi266@email.com","2022-12-12","My mouse cursor is frozen.",3,0);
INSERT INTO Problem VALUES(1084,"ujar162@email.com","2022-12-12","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(1085,"pmck621@email.com","2022-12-13","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(1086,"iare865@email.com","2022-12-13","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(1087,"mbro500@email.com","2022-12-13","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(1088,"jmar475@email.com","2022-12-13","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(1089,"kbut903@email.com","2022-12-13","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(1090,"lmcw662@email.com","2022-12-13","My phone won't connect to my laptop.",3,0);
INSERT INTO Problem VALUES(1091,"pdav387@email.com","2022-12-13","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(1092,"aspe855@email.com","2022-12-13","My docking station is not charging my laptop",3,0);
INSERT INTO Problem VALUES(1093,"zlei833@email.com","2022-12-13","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(1094,"jpat108@email.com","2022-12-13","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(1095,"kgro396@email.com","2022-12-13","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(1096,"smcp485@email.com","2022-12-13","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(1097,"swhi798@email.com","2022-12-13","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(1098,"trei753@email.com","2022-12-13","Can't access my network folder.",1,0);
INSERT INTO Problem VALUES(1099,"amas774@email.com","2022-12-13","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(1100,"smci667@email.com","2022-12-14","My web cam picture is blank.",3,0);
INSERT INTO Problem VALUES(1101,"lces669@email.com","2022-12-14","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(1102,"wrus791@email.com","2022-12-14","My computer can't see the network printer.",1,0);
INSERT INTO Problem VALUES(1103,"lgai493@email.com","2022-12-14","I can't get my blueTooth headphones to connect.",2,0);
INSERT INTO Problem VALUES(1104,"bo'l196@email.com","2022-12-14","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(1105,"msut419@email.com","2022-12-14","I have a suspicious email.  Can you warn others about it.",1,0);
INSERT INTO Problem VALUES(1106,"tmcp991@email.com","2022-12-14","My files are not backing up to the cloud anymore.",1,0);
INSERT INTO Problem VALUES(1107,"amas774@email.com","2022-12-14","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(1108,"kbry100@email.com","2022-12-14","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(1109,"scoh580@email.com","2022-12-14","I can't adjust the microphone volume on my headset.",2,0);
INSERT INTO Problem VALUES(1110,"sweg974@email.com","2022-12-14","Could you reset my password please.",1,0);
INSERT INTO Problem VALUES(1111,"mhum863@email.com","2022-12-14","My web cam image is not clear.",3,0);
INSERT INTO Problem VALUES(1112,"aspe855@email.com","2022-12-14","My speakers aren't working.",3,0);
INSERT INTO Problem VALUES(1113,"aspe855@email.com","2022-12-14","I can't adjust the microphone volume on my headset.",3,0);
INSERT INTO Problem VALUES(1114,"mlen613@email.com","2022-12-14","I can't get my dual screens to show different images.",1,0);
INSERT INTO Problem VALUES(1115,"tnid586@email.com","2022-12-14","The text on my screen is too small.",1,0);
INSERT INTO Problem VALUES(1116,"ajen172@email.com","2022-12-14","Loss of Internet access.",1,0);
INSERT INTO Problem VALUES(1117,"mkow936@email.com","2022-12-14","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(1118,"kyou716@email.com","2022-12-14","I can't download an email attachment.",1,0);
INSERT INTO Problem VALUES(1119,"edev108@email.com","2022-12-14","I can't access the Internet.",1,0);
INSERT INTO Problem VALUES(1120,"jkro461@email.com","2022-12-14","The text on my screen is too small.",1,0);
